php change an associative array into indexed array

125

$array = array_values($array);

Comments

Submit
0 Comments